Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queued processing #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Queued processing #39

wants to merge 2 commits into from

Conversation

L7R7
Copy link
Owner

@L7R7 L7R7 commented Oct 18, 2024

This brings benefits for all cases where paginated resources are consumed, especially when there's a lot of elements. The gitlab-api package now provides a manager-worker-pattern, where the paginated resource is crawled and at the same time several workers can process the elements concurrently.
For example, when working with merge requests, the user doesn't have to wait until all merge requests have been loaded. This means faster feedback cycles and a better user experience.

@L7R7
Copy link
Owner Author

L7R7 commented Oct 20, 2024

This will close #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant